home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / zapem-0.000 / zapem-0 / zapem / alopen.h < prev    next >
C/C++ Source or Header  |  1995-05-28  |  152b  |  16 lines

  1. #ifndef ALOPEN_H
  2. #define ALOPEN_H
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. FILE*
  9. alopen( char *name1, char *mode);
  10.  
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14.  
  15. #endif
  16.